home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / PopUpFormatter / Controller.h < prev    next >
Text File  |  1995-06-12  |  160b  |  15 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Controller:Object
  5. {
  6.        id    aDBTableView;
  7.     id    theDataSource;
  8.     id    vector;
  9.     id    theFormatter;
  10. }
  11.  
  12. - appDidInit: sender;
  13.  
  14. @end
  15.